GtkFileFilter: Don't set the name from the GtkBuilder ID
authorRobert Ancell <robert.ancell@canonical.com>
Sun, 7 Oct 2018 21:26:24 +0000 (10:26 +1300)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 27 Jan 2020 03:01:54 +0000 (16:01 +1300)
commitb530c83d98d3d64af73c67f8c506eecf8ad07c4c
tree51454dea0adf97a334e899a4854c01f69368041e
parentb83caec6b987930fe4bfd51128595970a54aa107
GtkFileFilter: Don't set the name from the GtkBuilder ID

Don't use the GtkBuilder ID for the filter name - this is an ID, not a human
readable name. The name can now be set with a property.
gtk/gtkfilefilter.c